home *** CD-ROM | disk | FTP | other *** search
- >** top of file|
- >**
-
- backupdo.do V. 1.2.0 - 02/21/92.
-
- By Al Fasoldt.
-
-
- This is a personal script that backs up my DO files. It is
- included here to show you one way of doing it.
-
- Variable R is set by a previously run script; it is the filepath
- variable.
-
- |
-
- >** Updates all files in DO folder in LZH archive.|
- >** updates do file examples and dofile doc.|
- >** daily backup versions kept for those.|
- >** Runs daily from master.do.|
- >ty |
- >if ~R do setpath.do|
- >$Q "do\"|
- >ifi $A "199" jmp datefound|
- >do $Qminidate.do|
- >L: datefound|
- >cd \|
- >cd flash|
- >$X "do\backupdo\"|
- >ex lharc u -o $Xdofiles.lzh $Q*.DO|
- >ex lharc u -o $Xdoprogs.lzh $Q*.PRG $Q*.TTP|
- >ex lharc u -o $Xexamp$D.lzh $Qexamples\*.do|
- >ex lharc u -o $Xdodoc$D.lzh $Qdodoc*.txt|
- >ty |
- >ty Do scripts backed up successfully!|
- >ty|>ty|
- >end|
-